dataframe.hdf5util

Undocumented in source.

Members

Aliases

KalVariant
alias KalVariant = Algebraic!(string, int, long, DateTime, float, double)
Undocumented in source.

Enums

DumpMode
enum DumpMode
Undocumented in source.

Functions

H5_init_library
herr_t H5_init_library()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
computeUserBlockSize
hsize_t computeUserBlockSize(hsize_t ublock_size)
Undocumented in source. Be warned that the author may not have intended to support it.
friendlyH5Create
hid_t friendlyH5Create(string filename, hsize_t userBlockSize, bool truncateNotThrow)
Undocumented in source. Be warned that the author may not have intended to support it.
getUserBlock
ubyte[] getUserBlock(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
getUserBlockSize
hsize_t getUserBlockSize(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
hdf5Contents
string[] hdf5Contents(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserBlock
void setUserBlock(string filename, ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta